home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / filzip / setup.exe / {app} / filzip.exe / 0 / RCDATA / TFRADDOPTIONS / TFRADDOPTIONS.txt
Encoding:
Text File  |  2003-07-15  |  1.8 KB  |  92 lines

  1. object frAddOptions: TfrAddOptions
  2.   Left = 0
  3.   Top = 0
  4.   Width = 290
  5.   Height = 184
  6.   TabOrder = 0
  7.   object gbStandardOptions: TGroupBox
  8.     Left = 2
  9.     Top = 0
  10.     Width = 285
  11.     Height = 97
  12.     Caption = 'gbStandardOptions'
  13.     Ctl3D = True
  14.     ParentCtl3D = False
  15.     TabOrder = 0
  16.     object cbFullPath: TCheckBox
  17.       Left = 10
  18.       Top = 74
  19.       Width = 260
  20.       Height = 17
  21.       Caption = 'cbFullPath'
  22.       TabOrder = 1
  23.       OnClick = cbFullPathClick
  24.     end
  25.     object cbRelPath: TCheckBox
  26.       Left = 10
  27.       Top = 54
  28.       Width = 260
  29.       Height = 17
  30.       Caption = 'cbRelPath'
  31.       Checked = True
  32.       State = cbChecked
  33.       TabOrder = 0
  34.       OnClick = cbRelPathClick
  35.     end
  36.     object cbRecDirs: TCheckBox
  37.       Left = 10
  38.       Top = 34
  39.       Width = 260
  40.       Height = 17
  41.       Caption = 'cbRecDirs'
  42.       Checked = True
  43.       State = cbChecked
  44.       TabOrder = 2
  45.       OnClick = cbRecDirsClick
  46.     end
  47.     object cbHidden: TCheckBox
  48.       Left = 10
  49.       Top = 16
  50.       Width = 215
  51.       Height = 17
  52.       Caption = 'cbHidden'
  53.       Checked = True
  54.       State = cbChecked
  55.       TabOrder = 3
  56.     end
  57.   end
  58.   object gbSpecialOptions: TGroupBox
  59.     Left = 2
  60.     Top = 100
  61.     Width = 285
  62.     Height = 82
  63.     Caption = 'gbSpecialOptions'
  64.     TabOrder = 1
  65.     object cbFormat83: TCheckBox
  66.       Left = 10
  67.       Top = 18
  68.       Width = 215
  69.       Height = 17
  70.       Caption = 'cbFormat83'
  71.       TabOrder = 0
  72.     end
  73.     object cbSeperateDirs: TCheckBox
  74.       Left = 10
  75.       Top = 38
  76.       Width = 260
  77.       Height = 17
  78.       Caption = 'cbSeperateDirs'
  79.       TabOrder = 1
  80.       OnClick = cbSeperateDirsClick
  81.     end
  82.     object cbEmptyDirs: TCheckBox
  83.       Left = 10
  84.       Top = 58
  85.       Width = 260
  86.       Height = 17
  87.       Caption = 'cbEmptyDirs'
  88.       TabOrder = 2
  89.     end
  90.   end
  91. end
  92.